Error message ‘Invalid cross-device link’ in site-admin web-interface
System has hard cross-device links. For example, /usr/tmp linked to /var/tmp and /var mounted to a separate partition.
Example:
/usr/tmp linked to /var/tmp and /var mounted to a separate partition.
To fix the problem:
1. Create /usr/.tmp directory
2. Add the following entry to the /etc/virtualhosting/tmpdirs:
3. Restart epld
or
Reference : http://parallels.com
Tags: cross-device, error, Invalid, link, message, site-admin, web-interface
Enabling User/Group Quota for virtual private server that already exists.
If the virtual private server already exists, run the following command to set the parameter:
vzctl set 101 –quotaugidlimit 150 –save
Where, 101 is the VPS ID number.
Restart the virtual private server.
Tags: Enabling, Private, quota, server, user/group, virtual
Enabling User/Group Quota on a Virtual Private Server (VPS)
To enable user/group quota on a virtual private server:
Edit the configuration file to set the parameter QUOTAUGIDLIMIT that controls the second-level disk quota. The two instances when you can set the parameter is:
If you are setting the parameter before the creation of the virtual private server:
Go to the location of the virtual private server configuration file. /etc/sysconfig/vz-scripts
To enable disk quota set the value of QUOTAUGIDLIMIT to a positive value, in the configuration file. For example: QUOTAUGIDLIMIT=”150″
The default value of the parameter is zero. Setting the value of the parameter to zero disables user/group quotas.
Note: Ensure that you use this configuration file when creating the virtual private server.
Reference: http://parallels.com
Tags: Enabling, quota, Server (VPS), user/group, Virtual Private
SiteAdmin Navigation bar customization in Ensim Pro
Customizing the Site Administrator’s navbar to have links with URL that has both dynamic and static information.
Customizing the Site Administrator’s navbar to have links with URL of the format http:/// where is dynamic and is static information.
Download:
http://download.swsoft.com/ensim/download/pro/linux/kb/2515/customization.zip
http://download.swsoft.com/ensim/download/pro/linux/kb/2515/customizer.sh
http://download.swsoft.com/ensim/download/pro/linux/kb/2515/eplpro_urlconfiguration_guide.pdf
http://download.swsoft.com/ensim/download/pro/linux/kb/2515/filelist.txt
Installation Instruction:
Run command cd /usr/lib/ensim/frontend/skins
Copy the 3 files, customization.zip, customizer.sh and filelist, to this location.
Run command sh customaizer.sh. This command will create a backup.zip file of the 3 files that will be overwritten and store it in /tmp/ location. Also, it will overwrite the XSL files for all 3 skins.
Follow the instructions under the topics “Adding a static entry in the XMLfile” & “Viewing your changes” as described in eplpro_urlconfiguration_guide.pdf
Reference : http://parallels.com
Tags: bar, customization, Ensim Support, Navigation, Pro, SiteAdmin
How do I change the IP address of my server in Ensim Pro for Linux.
If you are changing the IP address of your server you need to modify the following files with the new IP address, replacing any instance of the old IP address:
/etc/hosts
/etc/resolv.conf
/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/virtualhosting/namebased_ip_addrs
/etc/httpd/conf/httpd20_app.conf
/etc/virtualhosting/localnameserver
/etc/bind/options.conf.wp
/home/virtual/FILESYSTEMTEMPLATE/siteinfo/etc/resolv.conf
Now reboot the server and then run the following command
# /usr/local/bin/NBDetectchanges
Tags: address, change, Ensim Support, IP, linux, Pro, server