- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- About system services
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
05-05-2004 06:01 PM
05-05-2004 06:01 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 06:13 PM
05-05-2004 06:13 PM
Re: About system services
something like
#rpm -Uvh 'newnfsrpm'.rpm
This upgrade your current version you will have to restart your rpm deamons (services) in order for this new version to be activated.
You could do this at an off peak moment just in case ... but I think you should be ok
Hope this helps you
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 07:42 PM
05-05-2004 07:42 PM
Re: About system services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 08:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 08:05 PM
05-05-2004 08:05 PM
Re: About system services
[root@PETER RPMS]# rpm -qa |grep nfs
redhat-config-nfs-1.0.1-3
nfs-utils-1.0.1-2.80
[root@hksis RPMS]#
[root@hksis RPMS]# find / -name nfs-utils-1.0.1-2.80
[root@hksis RPMS]# rpm -Uvh nfs-utils-1.0.1-2.80
error: open of nfs-utils-1.0.1-2.80 failed: No such file or directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 10:37 PM
05-05-2004 10:37 PM
Re: About system services
If you want to uninstall the existing package use the command
# rpm -e nfs-utils-1.0.1-2.80
nfs-utils-1.0.1-2.80 is not the file, is a rpm package.
If you want to upgrade to higher version of NFS Use command
# rpm -Uvh
Where rpmfile.rpm is the package you needs to be own.
Regards,
Rajesh