HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot start sfmdb
Operating System - HP-UX
1834017
Members
2372
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-22-2008 04:41 AM
09-22-2008 04:41 AM
cannot start sfmdb
Hello.
How can I start sfmdb service?
I have two twin rx6600 servers with the same software, configuration and services started.
On one node,
ps -ef | grep sfm
gives nothing.
A try of starting the service manualy failes:
host1:/root#/sbin/init.d/sfmdb start
host1:/root#
syslog isn't very helpful:
host1:/root#tail /var/adm/syslog/syslog.log
Sep 22 14:36:17 host1 su: + 2 root-sfmdb
In the same time, second node shows this service running:
host2:/root#ps -ef | grep sfm
sfmdb 2475 2474 0 Sep 1 ? 0:00 postgres: stats collector process
sfmdb 2471 1 0 Sep 1 ? 0:08 /opt/sfmdb/pgsql/bin/postmaster -i -D /var/opt/sfmdb/pgsql
sfmdb 2729 2471 0 Sep 1 ? 0:00 postgres: sfmdb LOGDB [local] idle
sfmdb 2474 2471 0 Sep 1 ? 0:00 postgres: stats buffer process
sfmdb 10505 2471 0 Sep 5 ? 0:00 postgres: sfmdb LOGARCHDB [local] idle
sfmdb 4801 2471 0 Sep 1 ? 0:00 postgres: sfmdb LOGDB [local] idle
regards, Julian
How can I start sfmdb service?
I have two twin rx6600 servers with the same software, configuration and services started.
On one node,
ps -ef | grep sfm
gives nothing.
A try of starting the service manualy failes:
host1:/root#/sbin/init.d/sfmdb start
host1:/root#
syslog isn't very helpful:
host1:/root#tail /var/adm/syslog/syslog.log
Sep 22 14:36:17 host1 su: + 2 root-sfmdb
In the same time, second node shows this service running:
host2:/root#ps -ef | grep sfm
sfmdb 2475 2474 0 Sep 1 ? 0:00 postgres: stats collector process
sfmdb 2471 1 0 Sep 1 ? 0:08 /opt/sfmdb/pgsql/bin/postmaster -i -D /var/opt/sfmdb/pgsql
sfmdb 2729 2471 0 Sep 1 ? 0:00 postgres: sfmdb LOGDB [local] idle
sfmdb 2474 2471 0 Sep 1 ? 0:00 postgres: stats buffer process
sfmdb 10505 2471 0 Sep 5 ? 0:00 postgres: sfmdb LOGARCHDB [local] idle
sfmdb 4801 2471 0 Sep 1 ? 0:00 postgres: sfmdb LOGDB [local] idle
regards, Julian
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 04:50 AM
09-22-2008 04:50 AM
Re: cannot start sfmdb
Hi,
Please check, might help you.
http://docs.hp.com/en/5992-3661/ch06s03.html?jumpid=reg_R1002_USEN
Thanks
SKR
Please check, might help you.
http://docs.hp.com/en/5992-3661/ch06s03.html?jumpid=reg_R1002_USEN
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 05:01 AM
09-22-2008 05:01 AM
Re: cannot start sfmdb
Shalom,
ll /sbin/init.d/sfmdb
Make sure the service is installed and the start script exists.
http://docs.hp.com/en/5991-5475/ch05s03.html
https://ads.jiwire.com/JOS.aspx?http/docs.hp.com/en/diag/sfm/sfm_0604_11i.htm
SEP
ll /sbin/init.d/sfmdb
Make sure the service is installed and the start script exists.
http://docs.hp.com/en/5991-5475/ch05s03.html
https://ads.jiwire.com/JOS.aspx?http/docs.hp.com/en/diag/sfm/sfm_0604_11i.htm
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
09-22-2008 05:10 AM
09-22-2008 05:10 AM
Re: cannot start sfmdb
SKR, Steven: thanks for your help.
In my case, I had following situation:
/sbin/init.d/sfmdb start
tail sfmdb.log:
postmaster successfully started
FATAL: could not read lock file "/var/opt/sfmdb/pgsql/postmaster.pid": File exists
But no postmaster is running.
so
root# rm /var/opt/sfmdb/pgsql/postmaster.pid
was enough, starting sfmdb become possible.
regards, Julian Kania
In my case, I had following situation:
/sbin/init.d/sfmdb start
tail sfmdb.log:
postmaster successfully started
FATAL: could not read lock file "/var/opt/sfmdb/pgsql/postmaster.pid": File exists
But no postmaster is running.
so
root# rm /var/opt/sfmdb/pgsql/postmaster.pid
was enough, starting sfmdb become possible.
regards, Julian Kania
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP