old-www/HOWTO/IBM7248-HOWTO/make-sms-and-firmware.html

283 lines
4.7 KiB
HTML

<HTML
><HEAD
><TITLE
>Appendix: Make SMS and firmware floppies from Linux</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Installing GNU/Linux on the IBM RS/6000 43P model 7248 HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Appendix: More on partitioning"
HREF="more-on-partitioning.html"><LINK
REL="NEXT"
TITLE="Index"
HREF="doc-index.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Installing GNU/Linux on the IBM RS/6000 43P model 7248 HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="more-on-partitioning.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="doc-index.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="MAKE-SMS-AND-FIRMWARE"
></A
>17. Appendix: Make SMS and firmware floppies from Linux</H1
><P
> This appendix will show how to make SMS and firmware floppies from
Linux or another UNIX-like operating system
</P
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="SMS-WHY"
></A
>17.1. Why?</H2
><P
> Some people, like myself, seldom have access to boxes running
AIX or MS-DOS, so I thought it could be handy to show how to
make these utility floppies from a system running Linux (or any
other UNIX like box).
</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="SMS-HOW"
></A
>17.2. How?</H2
><P
> To do this, you need the mtools package and the unzip program.
Any reasonable Linux distribution should include these tools.
I also use wget for downloading.
</P
><P
> You will have to download the last version of SMS and firmware
from IBM. If you want more information on the files, look <A
HREF="http://techsupport.services.ibm.com/server/mdownload2/download.html/"
TARGET="_top"
> here</A
>.
</P
><P
> You also have to get a password to access the files. To obtain
this, you have to <A
HREF="http://techsupport.services.ibm.com/server/mdownload2/flicense.html"
TARGET="_top"
> agree to this EULA</A
>.
</P
><P
> The downloaded file is nothing but a ZIP-archive in
disguise. Download it to a suitable directory, and unzip ip like
this:
<TABLE
BORDER="1"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="SCREEN"
>mkdir ibmdownload; cd ibmdownload
wget http://techsupport.services.ibm.com/server/mdownload2/7248100.exe
unzip 7248100.exe
</PRE
></FONT
></TD
></TR
></TABLE
>
You will have to enter the mentioned password when prompted.
</P
><P
> In the contents of the archive, there's among the files another
ZIP archive, containg the SMS software. Put the contents of this
into a subdirectory like this:
<TABLE
BORDER="1"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="SCREEN"
>mkdir sms; cd sms
unzip ../sms107.exe</PRE
></FONT
></TD
></TR
></TABLE
>
Now label a floppy disk "SMS", and put it into your floppy
drive. Then format the floppy and copy the SMS files to it like
this:
<TABLE
BORDER="1"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="SCREEN"
>mformat a:
mcopy *.* a:
cd ..</PRE
></FONT
></TD
></TR
></TABLE
>
Remove the floppy, insert another labeled "Firmware", and continue
with the firmware files:
<TABLE
BORDER="1"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="SCREEN"
>mformat a:
mcopy *.6xe a:
mcopy p93h4940.im* a:
cd ..</PRE
></FONT
></TD
></TR
></TABLE
>
Woho! You're done. Now that wasn't difficult, was it?
</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="more-on-partitioning.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="doc-index.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Appendix: More on partitioning</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Index</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>