Sponsored Content
The Lounge What is on Your Mind? Under Consideration: Migrate the Forums to Discourse Post 303044897 by stomp on Sunday 8th of March 2020 03:40:01 AM
Old 03-08-2020
Hi,

In the past i participated sometimes at Monitoring Portal . They changed to discourse 1-2 years ago. The usability seems fine for me. Since discourse is based on ruby on rails(RoR), the resource requirements are higher than the php based vbulletin. I had never run discourse on my own so far. I just had a quick look when searching for a forum solution, and discarded it, because it would have required a newer stronger machine. (Statement of a former programmer-colleague on ruby on rails: "i do not care about memory - developer time is far more costly.").

I had a glance at nodebb, which was very quick in terms of response times. I liked that very much. Home | XCP-ng forum is based on NodeBB. NodeBB is based on Node.js.

phpBB has gotten another major rewrite with version 3.3. I used it as an internal communication board(version 3.2). The administration felt very awful back then. then Since it's fully OSS maybe they constantly improve over time?

All three packages are fully open source.

regards
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to migrate ?

Currently, I am planning a migration between machine which under True64UNIX. The new machine will run with higher version O/S. My question is, is there any solution on migrating one machine to another which with different O/S version? My goal is keeping minimum impact to the users. Excuse my... (1 Reply)
Discussion started by: coolmans
1 Replies

2. UNIX for Dummies Questions & Answers

Pipe not taken into consideration

I'm trying to see every file which my group (staff) has in a certain directory, recursively. The pipe ls -l -R | grep staff is not working exactly as I want, as for every directory to which my user does not have access, a line like: ls: ./directory/lost+found: The file access permissions do not... (5 Replies)
Discussion started by: panchopp
5 Replies

3. Solaris

Migrate oracle solaris 5.8 5.9

If I have an oracle 9 database environment on a san running solaris 5.8 as the os. Can I plug the san into a Solaris 5.9 environment and have the database work ? - as long as binaries are on the san (1 Reply)
Discussion started by: tim-carroll@com
1 Replies

4. Solaris

Can you migrate UFS to ZFS ?

I have some UFS volumes (non root), that I would like to change into ZFS volumes. Is this possible ? I think the only method is to create a new zfs volume and copy the data accoss, this would take a long time for us. Is there a quicker way ? Regards (5 Replies)
Discussion started by: wjones
5 Replies

5. Solaris

Migrate from MPXIO to Powerpath

Here is the issue: I am building a database server using Solaris 10x86 U8. The system is jumpstarted with mpxio enabled and booting from the san. We need to have powerpath 5.3 installed and would like to have powerpath take control of the the boot san as well or have mpxio control the san... (2 Replies)
Discussion started by: nabru72
2 Replies

6. Linux

Mysql Migrate

Hi , I would like to (MYSQL) migrate the all the data from solari's to linux box. I have checked whether mysql is installed or not. rpm -qa | grep -i mysql I confirmed !!!! I want to know the following points. 1) How can get to know what are mysql data files and location as well.... (4 Replies)
Discussion started by: Mani_apr08
4 Replies

7. BSD

Migrate a Hard Disk

hi Has anyone already tried to migrate a hard disk with FreeBSD using recoverdisk? (1 Reply)
Discussion started by: ccc
1 Replies

8. Shell Programming and Scripting

Migrate from FTP to SFTP

Hi,I am using following code for FTP in shell script file and it is working.Now I want to migrate from FTP to SFTP.What code changes/steps I have to perform for SFTP ? ftp -in <<FIN open $SAP_UP_SERVER user $SAP_UP_USER $SAP_UP_PASSWORD asc put... (7 Replies)
Discussion started by: Nitin Varshneya
7 Replies
CRM_RESOURCE(8) 						  [FIXME: manual]						   CRM_RESOURCE(8)

NAME
crm_resource - interact with the Cluster Resource Manager SYNOPSIS
crm_resource [-?|-V|-S] -L|-Q|-W|-D|-C|-P|-p [options] DESCRIPTION
The crm_resource command performs various resource-related actions on the cluster. It can modify the definition of configured resources, start and stop resources, and delete and migrate resources between nodes. --help, -? Print the help message. --verbose, -V Turn on debug information. Note Increase the level of verbosity by providing additional instances. --quiet, -Q Print only the value on stdout (for use with -W). COMMANDS
--list, -L List all resources. --query-xml, -x Query a resource. Requires: -r --locate, -W Locate a resource. Requires: -r --migrate, -M Migrate a resource from its current location. Use -H to specify a destination. If -H is not specified, the resource is forced to move by creating a rule for the current location and a score of -INFINITY. Note This prevents the resource from running on this node until the constraint is removed with -U. Requires: -r, Optional: -H, -f --un-migrate, -U Remove all constraints created by -M Requires: -r --delete, -D Delete a resource from the CIB. Requires: -r, -t --cleanup, -C Delete a resource from the LRM. Requires: -r. Optional: -H --reprobe, -P Recheck for resources started outside the CRM. Optional: -H --refresh, -R Refresh the CIB from the LRM. Optional: -H --set-parameter string, -p string Set the named parameter for a resource. Requires: -r, -v. Optional: -i, -s --get-parameter string, -g string Get the named parameter for a resource. Requires: -r. Optional: -i, -s --delete-parameter string, -d string Delete the named parameter for a resource. Requires: -r. Optional: -i --get-property string, -G string Get the named property (such as class, type, or is_managed) of a resource. Requires: -r --set-property string, -S string Set the named property (not parameter) for a resource. Requires: -r, -t, -v OPTIONS
--resource string, -r string Specify the resource ID. --resource-type string, -t string Specify the resource type (primitive, clone, group, etc.). --property-value string, -v string Specify the property value. --host-uname string, -H string Specify the hostname. --force-relocation, -f Force the resource to move by creating a rule for the current location and a score of -INFINITY This should be used if the resource's stickiness and constraint scores total more than INFINITY (currently 100,000). Note This prevents the resource from running on this node until the constraint is removed with -U. -s string (Advanced Use Only) Specify the ID of the instance_attributes object to change. -i string (Advanced Use Only) Specify the ID of the nvpair object to change or delete. EXAMPLES
Listing all resources: crm_resource -L Checking where a resource is running (and if it is): crm_resource -W -r my_first_ip If the my_first_ip resource is running, the output of this command reveals the node on which it is running. If it is not running, the output shows this. Start or stop a resource: crm_resource -r my_first_ip -p target_role -v started crm_resource -r my_first_ip -p target_role -v stopped Query the definition of a resource: crm_resource -Q -r my_first_ip Migrate a resource away from its current location: crm_resource -M -r my_first_ip Migrate a resource to a specific location: crm_resource -M -r my_first_ip -H c001n02 Allow a resource to return to its normal location: crm_resource -U -r my_first_ip Note The values of resource_stickiness and default_resource_stickiness may mean that it does not move back. In such cases, you should use -M to move it back before running this command. Delete a resource from the CRM: crm_resource -D -r my_first_ip -t primitive Delete a resource group from the CRM: crm_resource -D -r my_first_group -t group Disable resource management for a resource in the CRM: crm_resource -p is_managed -r my_first_ip -t primitive -v off Enable resource management for a resource in the CRM: crm_resource -p is_managed -r my_first_ip -t primitive -v on Reset a failed resource after having been manually cleaned up: crm_resource -C -H c001n02 -r my_first_ip Recheck all nodes for resources started outside the CRM: crm_resource -P Recheck one node for resources started outside the CRM: crm_resource -P -H c001n02 FILES
/var/lib/heartbeat/crm/cib.xml--the CIB (minus status section) on disk. Editing this file directly is strongly discouraged. SEE ALSO
???, ???, lrmadmin(8), heartbeat(8) AUTHOR
crm_resource was written by Andrew Beekhof. [FIXME: source] 07/05/2010 CRM_RESOURCE(8)
All times are GMT -4. The time now is 06:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy