Device Configurations:
1) # cfgdev /*To configures the devices in the VIO server*/
2) # cfgdev -dev /*To configures the devices attached to scsi0 adapter*/
3) # chdev -dev <****> -attr <attribute=value> -perm /*To change the attribute of a device permanently*/
4) # chpath -dev hdisk1 -pdev scsi0 -op disable /*To disable the path between hdisk1 and scsi0*/
5) # rmdev -dev /dev/cd0 /*To unconfigure the cd-rom device*/
6) # rmdev -recursive -dev scsi /*To unconfigure scsi adapter and its child devices*/
7) # rmdev -pdev pci0 /* To unconfigures the children of pci1 but not the PCI bus pci1 */
1) # cfgdev /*To configures the devices in the VIO server*/
2) # cfgdev -dev /*To configures the devices attached to scsi0 adapter*/
3) # chdev -dev <****> -attr <attribute=value> -perm /*To change the attribute of a device permanently*/
4) # chpath -dev hdisk1 -pdev scsi0 -op disable /*To disable the path between hdisk1 and scsi0*/
5) # rmdev -dev /dev/cd0 /*To unconfigure the cd-rom device*/
6) # rmdev -recursive -dev scsi /*To unconfigure scsi adapter and its child devices*/
7) # rmdev -pdev pci0 /* To unconfigures the children of pci1 but not the PCI bus pci1 */
No comments:
Post a Comment