When creating a logical volume, you first create a PV pvcreate/dev/sdb
Start creating VG Vgcreate vg_db/dev/sdb After creating PV
After the VG is created, the LV is also the logical volume Lvcreate-l 1G extend_log vg_db
The logical volume is lost after the logical volume is restarted and the VG is required to be activated
Vgchange-a y vg_db
After activating the VG, you will also need to add Sybase permissions to the plotted logical volume
You can put these commands in the startup script/etc/init.d/boot.local
After the database is successfully started, you need to add this command in Sybase's. Profile
Stty Erase ^h
After the key is added, you can modify the number of connections to the database because CTMS is a long link
sp_configure ' number of user connections ', 200
This article is from the "Laughing Stones" blog, so be sure to keep this source http://shitouweb.blog.51cto.com/6422179/1767345
SYBASE15 problems when migrating a database