Monday, December 22, 2014

patching aix server

login as:
$ sudo su -
Enter your LAN Password:
root@myaixserver /
> lspv | grep -i root
hdisk5          00f62694c1485fa8                    rootvg          active
hdisk6          00f62694c14fb18f                    old_rootvg
root@myaixserver /
> oslevel -s
6100-09-02-1412
root@myaixserver /
> alt_disk_install -B -C hdisk6
root@myaixserver /
> cd /tmp
root@myaixserver /tmp
> smitty update_all
#---------------------------------------------------------------------
# No installable software products were found on the media.
#---------------------------------------------------------------------
                                                                    COMMAND STATUS
Command: failed        stdout: yes           stderr: no
Before command completion, additional instructions may appear below.
0503-003 geninstall:  The specified device /tmp
        is not a valid device or file.
#---------------------------------------------------------------------
# No installable software products were found on the media.
#---------------------------------------------------------------------





F1=Help                              F2=Refresh                            F3=Cancel                             F6=Command
F8=Image                             F9=Shell                              F10=Exit                              /=Find
n=Find Next




root@myaixserver /tmp
> lspv | grep -i root
hdisk5          00f62694c1485fa8                    rootvg          active
hdisk6          00f62694c14fb18f                    old_rootvg
root@myaixserver /tmp
> bootlist -m normal -o
hdisk5 blv=hd5 pathid=0
root@myaixserver /tmp
> bootlist -m normal hdisk6
root@myaixserver /tmp
>  bootlist -m normal -o
hdisk6 blv=hd5 pathid=0
root@myaixserver /tmp
>  bootlist -m normal hdisk5
root@myaixserver /tmp
>  bootlist -m normal -o
hdisk5 blv=hd5 pathid=0
root@myaixserver /tmp
>
 

No comments:

Post a Comment