Difference between revisions of "RHEL 8.x Spectrum Protect Miscellaneous"
From Notes_Wiki
(Created page with "Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Miscellaneous == Configure admin password to never expires == #Configure admin password to never expires #:<pre> #::update admin <username> passexp=0 sessionsecurity=TRANSitional #::Ex: #::update admin admin passexp=0 sessionsecurity=TRANSitional #:</pre> Ma...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[RHEL]] > [[RHEL 8.x]] > [[RHEL 8.x Backup tools|Backup tools]] > [[RHEL 8.x Spectrum Protect Backup|Spectrum Protect Backup]] > [[RHEL 8.x Spectrum Protect Miscellaneous|Spectrum Protect Miscellaneous]] | [[Main Page|Home]] > [[RHEL]] > [[RHEL 8.x]] > [[RHEL 8.x Backup tools|Backup tools]] > [[RHEL 8.x Spectrum Protect Backup|Spectrum Protect Backup]] > [[RHEL 8.x Spectrum Protect Miscellaneous|Spectrum Protect Miscellaneous]] | ||
== | == Modify the attributes of a registered node == | ||
#Configure admin password to never expires | #Configure admin password to never expires | ||
#:<pre> | #:<pre> | ||
Line 8: | Line 8: | ||
#::update admin admin passexp=0 sessionsecurity=TRANSitional | #::update admin admin passexp=0 sessionsecurity=TRANSitional | ||
#:</pre> | #:</pre> | ||
#Change registered node domain | |||
#:<pre> | |||
#::update node <nodename> domain=<newdomainname> | |||
#::Ex: | |||
#::update node GBHDBPRD_GHB domain=PRODDBDOM | |||
#:</pre> | |||
[[Main Page|Home]] > [[RHEL]] > [[RHEL 8.x]] > [[RHEL 8.x Backup tools|Backup tools]] > [[RHEL 8.x Spectrum Protect Backup|Spectrum Protect Backup]] > [[RHEL 8.x Spectrum Protect Miscellaneous|Spectrum Protect Miscellaneous]] | [[Main Page|Home]] > [[RHEL]] > [[RHEL 8.x]] > [[RHEL 8.x Backup tools|Backup tools]] > [[RHEL 8.x Spectrum Protect Backup|Spectrum Protect Backup]] > [[RHEL 8.x Spectrum Protect Miscellaneous|Spectrum Protect Miscellaneous]] |
Latest revision as of 06:01, 12 May 2023
Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Miscellaneous
Modify the attributes of a registered node
- Configure admin password to never expires
- update admin <username> passexp=0 sessionsecurity=TRANSitional
- Ex:
- update admin admin passexp=0 sessionsecurity=TRANSitional
- Change registered node domain
- update node <nodename> domain=<newdomainname>
- Ex:
- update node GBHDBPRD_GHB domain=PRODDBDOM
Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Miscellaneous