Originally posted by: SystemAdmin
Hello to all,
I am working for a long time on System i, so we now have Power Systems I have to do things
that are not very familiar to me :-)..
I am Installing a VIOS 2.1 Server and tried to do the update, found instructions below and tried to do so
Applying updates from a local hard disk
The current level of the VIOS must be 2.1.0
1. Login to the VIOS as the user padmin.
2. Create a directory on the Virtual I/O Server.
$ mkdir <directory_name>
3. Using ftp, transfer the update file(s) to the directory you created.
4. Commit previous updates, by running the updateios command
$ updateios -commit
5. Apply the update by running the updateios command
$ updateios -accept -install -dev <directory_name>
6. Verify that update was successful by checking results of the updateios command and running the ioslevel command. It should indicate the ioslevel is now V2.1.1.10 FP-21.
$ ioslevel
7. To load all changes, reboot the VIOS as User padmin
$ shutdown -restart
I created a directory named update and FTPed the downloade iso files to that directory
(a normal thing for system i is to use image catalogs and put the iso filles in there)
looks like this now
-
cd update
-
ls
u825483v1.iso u825483v2.iso u825483v3.iso u825483v4.iso
but after i tried
$ updateios -accept -install -dev /home/padmin/update
or
$ updateios -accept -install -dev /update
0503-003 geninstall: The specified device /home/padmin/update
is not a valid device or file.
$
So what is wrong, do I have to do something with the .iso file.. and why is this for rookies not mentioned ???
So I did it with CDs now, but i do not want to burn Cds anymore...
Thak you in advance for helping
Lola
#AIX-Forum