- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- upgrading sudo to 1.6.8p12
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 09:49 PM
11-19-2007 09:49 PM
Currently i am having sudo 1.6.6 installed on my server.
i want to upgrage it to 1.6.8p12 and install it under /opt/iexpress
the sudoers file is under /etc
shall i install the iexpress depot directly or is there any way to remove the old sudo version.
what will be the effect on links and binaries using sudo if i install the iexpress depot directly
Regards
Sunny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 10:14 PM
11-19-2007 10:14 PM
SolutionYes, iexpress works better than the porting center version.
You will need to migrate your current configuration post installation. Back up the sudoers file and then do this:
1) remove old version of sudo
2) install new ixexpress version of sudo
3) Modify the new configuration files and add your old customizations.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 10:42 PM
11-19-2007 10:42 PM
Re: upgrading sudo to 1.6.8p12
Can you please explain me how do i remove old sudo. i cannot see sudo in swlist or sam.
also please explain the 3rd point you mentioned.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 11:54 PM
11-19-2007 11:54 PM
Re: upgrading sudo to 1.6.8p12
Do we have to set this during installation or is it a post installation job.
If it is done after the installation please guide me to do it.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2008 08:15 PM
07-02-2008 08:15 PM
Re: upgrading sudo to 1.6.8p12
1. Login as root
2. Backup your sudoers file. The sudoers file can be either in /etc or /opt/iexpress/sudo/etc
3. Remove current version of sudo
i) If sudo was installed from a package then remove the old version using swremove
ii) If sudo was not installed from a package them manually remove the binaries such as /opt/sudo/bin/sudo, /opt/sudo/sbin/visudo & the man pages.
4. Install the new iexpress sudo 1.6.8p12 version from the security bundle in the iexpress package using swinstall
5. Modify the new sudoers file under /opt/iexpress/sudo/etc and also customize it according to your previous settings
6. Set the permissions of sudoers as 440
7. Set the protection scheme of sudoers as PAM
8. Check if the sudo binaries are correctly linked. If not then create links for sudo & visudo in /usr/bin & /usr/sbin respectively.
/usr/bin/sudo -> /opt/iexpress/sudo/bin/sudo
/usr/sbin/visudo -> /opt/iexpress/sudo/sbin/visudo
9. Also add man path - /opt/iexpress/sudo/man into MANPATH environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 01:05 AM
07-03-2008 01:05 AM