- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: how to find the install date of the server?
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
10-02-2007 10:23 PM
10-02-2007 10:23 PM
Is there any command to find out the install date of a Linux server?
Thanks
Adithyan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 11:16 PM
10-02-2007 11:16 PM
SolutionGet the date on a file that has never been modified.
ll /etc/issue
-rw-r--r-- 1 root root 1278 Mar 5 2007 /etc/issue
That is the exact date I installed the system in question.
Pick your file.
Regards,
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
10-03-2007 01:16 AM
10-03-2007 01:16 AM
Re: how to find the install date of the server?
(means old file in dev directory)
ls -atl /dev | tail -1
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:28 AM
10-03-2007 01:28 AM
Re: how to find the install date of the server?
There are files/directories showing older dates than thse files.
eg:
[root@cmfciohprap02 boot]# ll /dev|tail -1
crw-rw---- 1 root disk 27, 19 Jun 24 2004 zqft3
[root@cmfciohprap02 boot]# ll /etc/issue.net
-r--r--r-- 1 root root 686 Apr 18 2005 /etc/issue.net
in /boot I have seen
-rw-r--r-- 1 root root 5824 Sep 8 2003 boot.b
-rw-r--r-- 1 root root 612 Sep 8 2003 chain.b
This is not the right answer I guess.
Thanks
Adithyan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:37 AM
10-03-2007 01:37 AM
Re: how to find the install date of the server?
ls -la anaconda-ks.cfg install.log
-rw-r--r-- 1 root root 2432 jun 8 14:09 anaconda-ks.cfg
-rw-r--r-- 1 root root 64150 jun 8 14:09 install.log
So, these files are good files to identify the installation date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 02:35 AM
10-03-2007 02:35 AM
Re: how to find the install date of the server?
Thanks. Both install.log and issue files are showing the same date.
Any idea how to find the same in HP server? Are there any similar files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 03:59 PM
10-03-2007 03:59 PM
Re: how to find the install date of the server?
swlist -l product -a install_date OS-Core
Cheers,
Philip.