If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > onbar

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-07-04, 09:20
georgipa georgipa is offline
Registered User
 
Join Date: Dec 2002
Location: Madrid - Spain
Posts: 283
Thumbs down onbar

Hi,

I need to do a backup my database and like to do with onbar, how to do for execute this activity.

If you can send me an example please.

thank you for you help.
Reply With Quote
  #2 (permalink)  
Old 06-07-04, 10:08
iaguigon iaguigon is offline
Registered User
 
Join Date: May 2004
Location: Barcelona, Spain
Posts: 54
Quote:
Originally Posted by georgipa
Hi,

I need to do a backup my database and like to do with onbar, how to do for execute this activity.

If you can send me an example please.

thank you for you help.
Follow this link:
http://www-306.ibm.com/software/data.../pubs/library/

You will find a complete list of reference manuals. One of them covers the topics on backup and recovery, using onbar with storage manager.

Regards

Iņaki
Reply With Quote
  #3 (permalink)  
Old 06-07-04, 10:13
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,
Please look in IBM INFORMIX, BACKUP AND RESTORE GUIDE.
You need use ISM or XBSA that run on you operating system.

Gustavo.
Reply With Quote
  #4 (permalink)  
Old 06-08-04, 06:58
jh1213 jh1213 is offline
Registered User
 
Join Date: Jul 2003
Location: Beijing China
Posts: 36
About Informix ISM configur

ONCONFIG
=======================
ISM_DATA_POOL ISMData
ISM_LOG_POOL ISMLogs

Unix Command Run As Root User
=======================
# ism_startup -init
# ism_add -device /usr/informix/ISM/data -type file
# ism_add -device /usr/informix/ISM/logs -type file
# ism_op -label /usr/informix/ISM/data -volume JhData -pool ISMData
# ism_op -label /usr/informix/ISM/logs -volume JhLogs -pool ISMLogs
# ism_op -mount /usr/informix/ISM/data
# ism_op -mount /usr/informix/ISM/logs

onbar -b -L 0
onbar -b -w

set LTAPEDEV of configuration parameter to non /dev/null
__________________
MSN:jianghua1213@hotmail.com
Beijing China
http://www.91talk.net
http://www.91talk.com
Reply With Quote
  #5 (permalink)  
Old 06-08-04, 09:23
georgipa georgipa is offline
Registered User
 
Join Date: Dec 2002
Location: Madrid - Spain
Posts: 283
Hi,

I login as root and execute ism_startup -init then return, the system close conecction.

Than you.
Reply With Quote
  #6 (permalink)  
Old 06-09-04, 11:35
georgipa georgipa is offline
Registered User
 
Join Date: Dec 2002
Location: Madrid - Spain
Posts: 283
onbar (urgent)

Hi,

I am login as root and then execute ism_startup -init, the system show me the followind error.

-bash: /usr/informix/bin/ism_startup: /bin/ksh: bad interpreter: no such file or directory

thank you for you help.
Reply With Quote
  #7 (permalink)  
Old 06-09-04, 11:45
iaguigon iaguigon is offline
Registered User
 
Join Date: May 2004
Location: Barcelona, Spain
Posts: 54
Quote:
Originally Posted by georgipa
Hi,

I am login as root and then execute ism_startup -init, the system show me the followind error.

-bash: /usr/informix/bin/ism_startup: /bin/ksh: bad interpreter: no such file or directory

thank you for you help.
You need to install ksh to get the startup script working.
If you can't, you will need to edit the script and make it compatible with some other shell, for instance, /bin/sh.

Good luck,

Iņaki
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On