User Tools

Site Tools


ec2_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ec2_config [2016/02/16 19:44]
wbeckett
ec2_config [2021/06/04 02:16] (current)
Line 6: Line 6:
  
 [[http://​docs.aws.amazon.com/​AWSEC2/​latest/​UserGuide/​ebs-using-volumes.html| EBS Volumes Doc]] [[http://​docs.aws.amazon.com/​AWSEC2/​latest/​UserGuide/​ebs-using-volumes.html| EBS Volumes Doc]]
 +
 +
 +[[https://​www.howtoforge.com/​install_nfs_server_and_client_on_debian_wheezy|NFS Mount]]
 +
 +[[https://​theredblacktree.wordpress.com/​2013/​05/​23/​how-to-setup-a-amazon-aws-ec2-nfs-share/​|Setting up NFS]]
 +
 +[[http://​docs.aws.amazon.com/​AWSEC2/​latest/​UserGuide/​storage_expand_partition.html#​return-expanded-root-partition|Expand Root ]]
 +
 <​code>​ <​code>​
 EBS Volume EBS Volume
Line 305: Line 313:
  
 Hope it helps. Hope it helps.
 +</​code>​
 +
 +<​code>​
 +# exportfs -v
 +/​assets ​      ​ <​world>​(rw,​wdelay,​root_squash,​no_subtree_check,​sec=sys,​rw,​root_squash,​no_all_squash)
 +/​asset2 ​      ​ <​world>​(rw,​wdelay,​root_squash,​no_subtree_check,​sec=sys,​rw,​root_squash,​no_all_squash)
 +# cat /​etc/​exports
 +# /​etc/​exports:​ the access control list for filesystems which may be exported
 +# to NFS clients. ​ See exports(5).
 +#
 +# Example for NFSv2 and NFSv3:
 +# /​srv/​homes ​      ​hostname1(rw,​sync,​no_subtree_check) hostname2(ro,​sync,​no_subtree_check)
 +#
 +# Example for NFSv4:
 +# /​srv/​nfs4 ​       gss/​krb5i(rw,​sync,​fsid=0,​crossmnt,​no_subtree_check)
 +# /​srv/​nfs4/​homes ​ gss/​krb5i(rw,​sync,​no_subtree_check)
 +#
 +/assets *(rw,​no_subtree_check)
 +/asset2 *(rw,​no_subtree_check)
 +
 </​code>​ </​code>​
  
 [[http://​docs.datastax.com/​en/​cassandra/​2.0/​cassandra/​install/​installDeb_t.html | Cassandra Install]] [[http://​docs.datastax.com/​en/​cassandra/​2.0/​cassandra/​install/​installDeb_t.html | Cassandra Install]]
  
ec2_config.1455651871.txt.gz · Last modified: 2021/06/04 02:16 (external edit)